home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / disk / tsutil12.zip / README.1ST next >
Text File  |  1993-09-21  |  5KB  |  129 lines

  1.  
  2.                          Welcome to TSUtil 1.2
  3.                          ---------------------
  4.  
  5.  
  6. This README.1ST file contains information about TSUtil.
  7.  
  8. The purpose of this program is to provide a simple, yet powerful,
  9. way to partition and/or format your hard drive(s). 
  10. It has full support for a second hard drive.
  11.  
  12. DEFINITION: Cluster - is the minimum allocation unit for files
  13.             on your PC using DOS. That means that even a 1 byte
  14.             file you store on hard disk, will occupy 1 cluster.
  15.             Cluster size is defined in terms of number of
  16.             sectors(DOS default is 4 or 8), and is established
  17.             when you format your partition.
  18.  
  19. While other utilities(like DOS FORMAT), select a default
  20. cluster size based on partition size, TSUtil gives you a unique
  21. option, to select this size at your own choice.
  22.  
  23. By selecting the size of the cluster to best fit the size of
  24. your files in that partition, you may improve very much the
  25. speed of your PC, when read/write files.
  26.  
  27. Example:
  28.   Lets suppose you create a partition where you plan to store
  29.   some huge data base files, created by a data base manager or
  30.   a spreadsheet program. You may end up with 3, 4, 5 files
  31.   everyone having Megas of bytes in size. If your partition was
  32.   formatted with 'Format' command from DOS, then every file will
  33.   be store in thousands of clusters(with 4 sectors/cluster). Now,
  34.   if you use TsUtil and format the partition with 32 or 64
  35.   sectors/cluster the number of clusters used to store the file
  36.   will be reduced to 10, 20 maybe 100. This can make a big
  37.   difference in terms of I/O speed.
  38.  
  39. Enclosed is a file called "REFRESH.EXE". If you are running
  40. MS-DOS VER 3.3 then, this file has to run every time you
  41. start you computer. Failing to do so, may result in loss of
  42. data on drive(s) formatted with a bigger cluster size.
  43. If you run MS-DOS VER 5.0 then you do not need to run
  44. this program. For your convenience, "REFRESH.EXE" can be
  45. used to increase cluster size on RAMDrives (if installed). 
  46. To do so run:
  47.  
  48.    "REFRESH.EXE s1 s2 s3"
  49.  
  50.    Where 's1','s2','s3'  can be: 16,32 or 64
  51.  
  52.   TSUtil.ZIP contains following files:
  53.  
  54.     TSUTIL.EXE  - The program itself
  55.     TSDSK.DSK   - Color/Desktop map file;
  56.     TSHELP.HLP  - Help file;
  57.     REFRESH.EXE
  58.     README.1ST  - this file;
  59.  
  60.    Hints:
  61.    1. Put all five files on the same
  62.       directory (suppose: C:\UTILS);
  63.    2. Add following line to your
  64.       AUTOEXEC.BAT file:
  65.  
  66.       SET TS=C:\UTILS
  67.  
  68.  
  69. Another capability of TSUtil is a full powered
  70. "File Handler", which let you organize you disk(s) (Floppy
  71. or Hard Disk(s)) very easy. You can view(Text and Hex mode),
  72. edit, copy, delete, change files attribute etc, with a few
  73. key strokes or a click of the mouse.
  74.  
  75. Finally, enclosed is code to detect and destroy "viruses".
  76. This option let you keep your computer, clean.
  77.  
  78. TSUtil has a windows_like interface with pull down
  79. and pop up menus, dialog boxes, etc, and has full mouse
  80. support.
  81.  
  82.    NOTE: 1. This programs require an IBM PC
  83.             or 100% IBM compatible computer
  84.             AND DOS 3.3 or higher. It needs
  85.             at least 300 K of memory to run
  86.             (640 is desired).
  87.          2. Extensive tests had been done
  88.             only with DOS 3.3, 5.0 and 6.0. 
  89.  
  90.  
  91.            DISCLAIMER OF WARRANTY
  92.  
  93. THIS SOFTWARE IS SOLD "AS IS" AND WITHOUT WARRANTIES AS TO
  94. PERFORMANCE OR ANY OTHER WARRANTIES WHETHER EXPRESSED OR
  95. IMPLIED. BECAUSE OF VARIOUS HARDWARE AND SOFTWARE ENVIRONMENTS
  96. INTO WHICH THIS PROGRAM MAY BE PUT, NO WARRANTY OF FITNESS FOR
  97. A PARTICULAR PURPOSE IS OFFERED. THE USER MUST ASSUME THE
  98. ENTIRE RISK OF USING THE PROGRAM. NEITHER THE AUTHOR NOR ANYONE
  99. ELSE INVOLVED IN CREATING, PRODUCING OR SELLING OF THIS PROGRAM,
  100. SHELL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL OR
  101. CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF THIS PROGRAM.
  102.  
  103. Register Information
  104.  
  105.    This product is a shareware. The registration fee is $24.95 and
  106.    when you register your copy, you will be regularly notified of
  107.    future updates AND they are free. Also, after registration
  108.    you will receive free support.
  109.  
  110.    To register your copy, please follow the instructions on      
  111.    CompuServe, or send check or money order for the above amount   
  112.    to:
  113.  
  114.        George Tihenea
  115.        PO Box  1553
  116.        Manchester, NH  03105-1553
  117.  
  118.    TSUtil was written in Borland Pascal 7.0 and Turbo Vision.
  119.    If you send $39.95 when you register your copy, you will
  120.    receive libraries (INTERFACES & '.TPU' files) with most of low
  121.    level procedures and functions used in this program. Among
  122.    them you will find functions to read/write sectors using DOS or
  123.    BIOS interrupt calls. You can use them in your programs.
  124.    Some sources also available.
  125.  
  126.    For any contact or help with TsUtil please use e-mail on
  127.    CompuServe(CS_ID: 74660,1613), or write to the above address.
  128.  
  129.